Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps the minor group with 48 updates in the /backstage directory:

Package From To
@backstage/cli 0.26.11 0.31.0
concurrently 9.0.1 9.1.2
lerna 8.1.7 8.2.1
typescript 5.5.4 5.8.2
@backstage/app-defaults 1.5.9 1.6.0
@backstage/core-components 0.14.9 0.17.0
@backstage/integration-react 1.1.29 1.2.5
@backstage/plugin-api-docs 0.11.7 0.12.5
@backstage/plugin-catalog-graph 0.4.7 0.4.17
@backstage/plugin-catalog-import 0.12.1 0.12.11
@backstage/plugin-home 0.7.8 0.8.6
@backstage/plugin-org 0.6.27 0.6.37
@backstage/plugin-scaffolder 1.23.0 1.29.0
@backstage/plugin-search 1.4.14 1.4.24
@backstage/plugin-techdocs 1.10.7 1.12.4
@backstage/plugin-techdocs-module-addons-contrib 1.1.12 1.1.22
@backstage/plugin-user-settings 0.8.10 0.8.20
@backstage/theme 0.5.6 0.6.4
@immobiliarelabs/backstage-plugin-gitlab 6.6.0 6.11.0
@remix-run/router 1.18.0 1.23.0
react-use 17.5.1 17.6.0
@backstage/test-utils 1.5.9 1.7.6
@testing-library/jest-dom 6.4.8 6.6.3
@testing-library/user-event 14.5.2 14.6.1
@types/node 22.5.4 22.13.15
eslint-plugin-cypress 4.1.0 4.2.0
start-server-and-test 2.0.5 2.0.11
@backstage/backend-common 0.23.3 0.25.0
@backstage/backend-tasks 0.5.27 0.6.1
@backstage/plugin-auth-backend 0.22.9 0.24.4
@backstage/plugin-auth-node 0.4.17 0.6.1
@backstage/plugin-catalog-backend 1.26.0 1.32.0
@backstage/plugin-catalog-backend-module-github 0.6.5 0.7.11
@backstage/plugin-catalog-backend-module-gitlab 0.3.21 0.6.4
@backstage/plugin-catalog-backend-module-ldap 0.7.0 0.11.3
@backstage/plugin-catalog-backend-module-openapi 0.1.40 0.2.8
@backstage/plugin-permission-node 0.8.3 0.9.0
@backstage/plugin-proxy-backend 0.5.3 0.6.0
@backstage/plugin-scaffolder-backend 1.23.0 1.31.0
@backstage/plugin-search-backend-module-pg 0.5.32 0.5.42
@immobiliarelabs/backstage-plugin-gitlab-backend 6.6.0 6.11.0
better-sqlite3 11.1.2 11.9.1
dockerode 4.0.2 4.0.5
pg 8.12.0 8.14.1
winston 3.13.1 3.17.0
@types/dockerode 3.3.31 3.3.37
@types/express-serve-static-core 5.0.1 5.0.6
@types/luxon 3.4.2 3.6.0

Updates @backstage/cli from 0.26.11 to 0.31.0

Changelog

Sourced from @​backstage/cli's changelog.

0.31.0

Minor Changes

  • 5b70679: BREAKING: ESLint warnings no longer trigger system exit codes like errors do.

    Set the max number of warnings to -1 during linting to enable the gradual adoption of new ESLint rules. To restore the previous behavior, include the --max-warnings 0 flag in the backstage-cli <repo|package> lint command.

Patch Changes

  • 0586d4c: Internal change to move the migrate and version:* commands into a new migrate module.
  • e0b226b: build(deps): bump esbuild from 0.24.2 to 0.25.0
  • 4d45498: Fixed the package prepack command so that it no longer produces unnecessary index entries in the typesVersions map, which could cause /index to be added when automatically adding imports.
  • 485b3ba: Internal update to move test commands to a separate module.
  • a76c482: Internal change to migrate lint to the new module system.
  • 8df78bf: Internal update to move build commands to a CLI module.
  • d0fc357: Internal update to move info commands to a separate module.
  • f8bd342: Fix a bug in the translation of the deprecated --scope option for the new command that could cause plugins to have backstage-backstage-plugin in their name.
  • Updated dependencies
    • @​backstage/config-loader@​1.10.0
    • @​backstage/integration@​1.16.2
    • @​backstage/catalog-model@​1.7.3
    • @​backstage/cli-common@​0.1.15
    • @​backstage/cli-node@​0.2.13
    • @​backstage/config@​1.3.2
    • @​backstage/errors@​1.2.7
    • @​backstage/eslint-plugin@​0.1.10
    • @​backstage/release-manifests@​0.0.12
    • @​backstage/types@​1.2.1

0.31.0-next.1

Minor Changes

  • 5b70679: BREAKING: ESLint warnings no longer trigger system exit codes like errors do.

    Set the max number of warnings to -1 during linting to enable the gradual adoption of new ESLint rules. To restore the previous behavior, include the --max-warnings 0 flag in the backstage-cli <repo|package> lint command.

Patch Changes

  • e0b226b: build(deps): bump esbuild from 0.24.2 to 0.25.0
  • 4d45498: Fixed the package prepack command so that it no longer produces unnecessary index entries in the typesVersions map, which could cause /index to be added when automatically adding imports.
  • f8bd342: Fix a bug in the translation of the deprecated --scope option for the new command that could cause plugins to have backstage-backstage-plugin in their name.
  • Updated dependencies
    • @​backstage/config-loader@​1.10.0-next.0
    • @​backstage/integration@​1.16.2-next.0
    • @​backstage/catalog-model@​1.7.3
    • @​backstage/cli-common@​0.1.15
    • @​backstage/cli-node@​0.2.13
    • @​backstage/config@​1.3.2

... (truncated)

Commits

Updates concurrently from 9.0.1 to 9.1.2

Release notes

Sourced from concurrently's releases.

v9.1.2

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.1.1...v9.1.2

v9.1.1

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.1.0...v9.1.1

v9.1.0

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0

Commits

Updates lerna from 8.1.7 to 8.2.1

Release notes

Sourced from lerna's releases.

v8.2.1

8.2.1 (2025-03-03)

Note: Version bump only for package lerna-monorepo

v8.2.0

8.2.0 (2025-02-19)

Bug Fixes

  • drop strip-ansi in favor of native stripVTControlCharacters (#4095) (9e4ac9c)

Features

  • allow custom working dir for detectProjects (#4148) (08d1d0d)

v8.1.9

8.1.9 (2024-10-31)

Bug Fixes

Features

  • publish: support full file path for --summary-file (#4039) (cfd573a)

v8.1.8

8.1.8 (2024-08-05)

Bug Fixes

  • publish: upgrade @​npmcli/arborist to 7.5.4 (#4058) (89de0eb)
  • version: truncate release body based on maximum size allowed by VCS client (#4041) (3c2a3c9)

Features

  • publish: enable throttling when publishing modules (#4013) (fccca12)
Changelog

Sourced from lerna's changelog.

8.2.1 (2025-03-03)

Note: Version bump only for package lerna

8.2.0 (2025-02-19)

Bug Fixes

  • drop strip-ansi in favor of native stripVTControlCharacters (#4095) (9e4ac9c)

Features

  • allow custom working dir for detectProjects (#4148) (08d1d0d)

8.1.9 (2024-10-31)

Bug Fixes

8.1.8 (2024-08-05)

Bug Fixes

  • publish: upgrade @​npmcli/arborist to 7.5.4 (#4058) (89de0eb)
Commits

Updates typescript from 5.5.4 to 5.8.2

Release notes

Sourced from typescript's releases.

TypeScript 5.8

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 RC

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 Beta

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7.3

For release notes, check out the release announcement.

Downloads are available on npm

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 RC

For release notes, check out the release announcement.

... (truncated)

Commits
  • beb69e4 Bump version to 5.8.2 and LKG
  • 8fdbd54 🤖 Pick PR #61210 (Fix mistakenly disallowed default e...) into release-5.8 (#...
  • f4a3a8a 🤖 Pick PR #61175 (Ban import=require and export= unde...) into release-5.8 (#...
  • 420ff06 Bump version to 5.8.1-rc and LKG
  • 48eb13f Update LKG
  • fb59c19 Merge remote-tracking branch 'origin/main' into release-5.8
  • df342b7 Fixed rewriteRelativeImportExtensions for import() within call expression...
  • 775412a Bump github/codeql-action from 3.28.8 to 3.28.9 in the github-actions group (...
  • e1629e5 Pass ignoreErrors=true to more resolveEntityName callers (#61144)
  • 6fd1799 Update LKG
  • Additional commits viewable in compare view

Updates @backstage/app-defaults from 1.5.9 to 1.6.0

Changelog

Sourced from @​backstage/app-defaults's changelog.

1.6.0

Minor Changes

  • 12f8e01: BREAKING: The default DiscoveryApi implementation has been switched to use FrontendHostDiscovery, which adds support for the discovery.endpoints configuration.

    This is marked as a breaking change because it will cause any existing discovery.endpoints configuration to be picked up and used, which may break existing setups.

    For example, consider the following configuration:

    app:
      baseUrl: https://backstage.acme.org
    backend:
    baseUrl: https://backstage.internal.acme.org
    discovery:
    endpoints:
    - target: https://catalog.internal.acme.org/api/{{pluginId}}
    plugins: [catalog]

    This will now cause requests from the frontend towards the catalog plugin to be routed to https://catalog.internal.acme.org/api/catalog, but this might not be reachable from the frontend. To fix this, you should update the discovery.endpoints configuration to only override the internal URL of the plugin:

    discovery:
      endpoints:
        - target:
            internal: https://catalog.internal.acme.org/api/{{pluginId}}
          plugins: [catalog]

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.17.0
    • @​backstage/core-plugin-api@​1.10.5
    • @​backstage/core-app-api@​1.16.0
    • @​backstage/plugin-permission-react@​0.4.32
    • @​backstage/theme@​0.6.4

1.6.0-next.1

Minor Changes

  • 12f8e01: BREAKING: The default DiscoveryApi implementation has been switched to use FrontendHostDiscovery, which adds support for the discovery.endpoints configuration.

    This is marked as a breaking change because it will cause any existing discovery.endpoints configuration to be picked up and used, which may break existing setups.

... (truncated)

Commits

Updates @backstage/catalog-model from 1.7.0 to 1.7.3

Changelog

Sourced from @​backstage/catalog-model's changelog.

1.7.3

Patch Changes

  • Updated dependencies
    • @​backstage/types@​1.2.1
    • @​backstage/errors@​1.2.7

1.7.3-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/types@​1.2.1-next.0
    • @​backstage/errors@​1.2.7-next.0

1.7.2

Patch Changes

  • Updated dependencies
    • @​backstage/errors@​1.2.6
    • @​backstage/types@​1.2.0

1.7.2-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/errors@​1.2.6-next.0
    • @​backstage/types@​1.2.0

1.7.1

Patch Changes

  • Updated dependencies
    • @​backstage/types@​1.2.0
    • @​backstage/errors@​1.2.5
Commits

Updates @backstage/core-app-api from 1.14.1 to 1.16.0

Changelog

Sourced from @​backstage/core-app-api's changelog.

1.16.0

Minor Changes

  • 9262001: The default auth injection middleware for the FetchApi will now also take configuration under discovery.endpoints into consideration when deciding whether to include credentials or not.
  • 12f8e01: The discovery.endpoints configuration no longer requires both internal and external target when using the object form, instead falling back to the default.

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.5
    • @​backstage/config@​1.3.2
    • @​backstage/types@​1.2.1
    • @​backstage/version-bridge@​1.0.11

1.16.0-next.0

Minor Changes

  • 9262001: The default auth injection middleware for the FetchApi will now also take configuration under discovery.endpoints into consideration when deciding whether to include credentials or not.
  • 12f8e01: The discovery.endpoints configuration no longer requires both internal and external target when using the object form, instead falling back to the default.

Patch Changes

  • Updated dependencies
    • @​backstage/config@​1.3.2
    • @​backstage/core-plugin-api@​1.10.4
    • @​backstage/types@​1.2.1
    • @​backstage/version-bridge@​1.0.11

1.15.5

Patch Changes

  • 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.4
    • @​backstage/version-bridge@​1.0.11
    • @​backstage/config@​1.3.2
    • @​backstage/types@​1.2.1

1.15.5-next.0

Patch Changes

  • 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.4-next.0
    • @​backstage/version-bridge@​1.0.11-next.0
    • @​backstage/config@​1.3.2

... (truncated)

Commits
  • 0abb3c3 Version Packages
  • a77ddf7 feat: add login in popup options to config popup width and weigth
  • 3cedd03 Version Packages (next)
  • 823bf52 Merge pull request #18558 from oliviertassinari/mui-material-ui
  • a51fb51 fix: use Material UI vs. MUI where relevant
  • 2fc17fb Version Packages (next)
  • bc0c4bc Version Packages
  • 9a8d34a Merge pull request #17999 from backstage/analytics/handle-gathered-mountpoints
  • 98ed4fe Merge pull request #18234 from backstage/blam/jsdom-env
  • ac677bc expose discovery.endpoints to frontend
  • Additional commits viewable in compare view

Updates @backstage/core-components from 0.14.9 to 0.17.0

Changelog

Sourced from @​backstage/core-components's changelog.

0.17.0

Minor Changes

  • 25300cb: SimpleStepper back button now works with activeStep property set higher than 0
  • 9545af2: Declared CancelIcon explicitly on Chip component inside Select.tsx to disable onMouseDown event by default that creates the flaw of re-opening select component when user tries to remove a selected filter.

Patch Changes

  • fffe3c0: Added classNames prop to the Page component

  • df3b9f0: Fixed a bug in the SidebarSubmenuItem within the core-components package that caused the dropdown button to be misaligned in the sidebar and the button text to appear in uppercase due to the default behavior. Also added an example dropdown menu to the app for reference.

  • 48aab13: Add i18n support for scaffolder-react plugin

  • 0a0ced6: Avoid Layout Shift for DismissableBanner when using a storageApi with latency (e.g. user-settings-backend)

    Properly handle the unknown state of the storageApi. There's a trade-off: this may lead to some Layout Shift if the banner has not been dismissed, but once it has been dismissed, you won't have any.

  • Updated dependencies

    • @​backstage/core-plugin-api@​1.10.5
    • @​backstage/config@​1.3.2
    • @​backstage/errors@​1.2.7
    • @​backstage/theme@​0.6.4
    • @​backstage/version-bridge@​1.0.11

0.16.5-next.1

Patch Changes

  • 48aab13: Add i18n support for scaffolder-react plugin
  • Updated dependencies
    • @​backstage/config@​1.3.2
    • @​backstage/core-plugin-api@​1.10.4
    • @​backstage/errors@​1.2.7
    • @​backstage/theme@​0.6.4
    • @​backstage/version-bridge@​1.0.11

0.16.5-next.0

Patch Changes

  • fffe3c0: Added classNames prop to the Page component
  • df3b9f0: Fixed a bug in the SidebarSubmenuItem within the core-components package that caused the dropdown button to be misaligned in the sidebar and the button text to appear in uppercase due to the default behavior. Also added an example dropdown menu to the app for reference.
  • Updated dependencies
    • @​backstage/config@​1.3.2
    • @​backstage/core-plugin-api@​1.10.4
    • @​backstage/errors@​1.2.7
    • @​backstage/theme@​0.6.4
    • @​backstage/version-bridge@​1.0.11

0.16.4

... (truncated)

Commits

Updates @backstage/core-plugin-api from 1.9.3 to 1.10.5

Changelog

Sourced from @​backstage/core-plugin-api's changelog.

1.10.5

Patch Changes

  • 327d21e: Failure to lazy load an extension will now always result in an error being thrown to be forwarded to error boundaries, rather than being rendered using the BootErrorPage app component.
  • Updated dependencies
    • @​backstage/config@​1.3.2
    • @​backstage/errors@​1.2.7
    • @​backstage/types@​1.2.1
    • @​backstage/version-bridge@​1.0.11

1.10.4

Patch Changes

  • 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
  • Updated dependencies
    • @​backstage/version-bridge@​1.0.11
    • @​backstage/config@​1.3.2
    • @​backstage/errors@​1.2.7
    • @​backstage/types@​1.2.1

1.10.4-next.0

Patch Changes

  • 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
  • Updated dependencies
    • @​backstage/version-bridge@​1.0.11-next.0
    • @​backstage/config@​1.3.2
    • @​backstage/errors@​1.2.7
    • @​backstage/types@​1.2.1

1.10.3

Patch Changes

  • b40eb41: Move Expand and ExpandRecursive to @backstage/types
  • Updated dependencies
    • @​backstage/types@​1.2.1
    • @​backstage/config@​1.3.2
    • @​backstage/errors@​1.2.7
    • @​backstage/version-bridge@​1.0.10

1.10.3-next.0

Patch Changes

  • b40eb41: Move Expand and ExpandRecursive to @backstage/types
  • Updated dependencies

... (truncated)

Commits

Updates @backstage/integration-react from 1.1.29 to 1.2.5

Changelog

Sourced from @​backstage/integration-react's changelog.

1.2.5

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.5
    • @​backstage/integration@​1.16.2
    • @​backstage/config@​1.3.2

1.2.5-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/integration@​1.16.2-next.0
    • @​backstage/config@​1.3.2
    • @​backstage/core-plugin-api@​1.10.4

1.2.4

Patch Changes

  • 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.4
    • @​backstage/config@​1.3.2
    • @​backstage/integration@​1.16.1

1.2.4-next.0

Patch Changes

  • 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.4-next.0
    • @​backstage/config@​1.3.2
    • @​backstage/integration@​1.16.1

1.2.3

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.3
    • @​backstage/integration@​1.16.1
    • @​backstage/config@​1.3.2

1.2.3-next.0

Patch Changes

... (truncated)

Commits

Updates @backstage/plugin-api-docs from 0.11.7 to 0.12.5

Changelog

Sourced from @​backstage/plugin-api-docs's changelog.

0.12.5

Patch Changes

  • 74871cc: Use consistent Typography in Entity HasApisCard
  • Updated dependencies
    • @​backstage/core-components@​0.17.0
    • @​backstage/plugin-catalog@​1.28.0
    • @​backstage/core-plugin-api@​1.10.5
    • @​backstage/frontend-plugin-api@​0.10.0
    • @​backstage/plugin-catalog-react@​1.16.0
    • @​backstage/core-compat-api@​0.4.0
    • @​backstage/plugin-permission-react@​0.4.32
    • @​backstage/catalog-model@​1.7.3
    • @​backstage/plugin-catalog-common@​1.1.3

0.12.5-next.2

Patch Changes

  • 74871cc: Use consistent Typography in Entity HasApisCard
  • Updated dependencies
    • @​backstage/plugin-catalog@​1.28.0-next.2
    • @​backstage/frontend-plugin-api@​0.10.0-next.2
    • @​backstage/plugin-catalog-react@​1.16.0-next.2
    • @​backstage/core-compat-api@​0.4.0-next.2
    • @​backstage/core-components@​0.16.5-next.1
    • @​backstage/catalog-model@​1.7.3
    • @​backstage/core-plugin-api@​1.10.4
    • @​backstage/plugin-catalog-common@​1.1.3
    • @​backstage/plugin-permission-react@​0.4.31

0.12.5-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.16.5-next.0
    • @​backstage/plugin-catalog-react@​1.16.0-next.1
    • @​backstage/core-compat-api@​0.3.7-next.1
    • @​backstage/plugin-catalog@​1.28.0-next.1
    • @​backstage/catalog-model@​1.7.3
    • @​backstage/core-plugin-api@​1.10.4
    • @​backstage/frontend-plugin-api@​0.9.6-next.1
    • @​backstage/plugin-catalog-common@​1.1.3
    • @​backstage/plugin-permission-react@​0.4.31

0.12.5-next.0

Patch Changes

... (truncated)

Commits

Updates @backstage/plugin-catalog from 1.21.1 to 1.28.0

Release notes

Sourced from @​backstage/plugin-catalog's releases.

v1.28.0

These are the release notes for the v1.28.0 release of Backstage.

A huge thanks to the whole team of maintainers and contributors as well as the amazing Backstage Community for the hard work in getting this release developed and done.

Highlights

BREAKING: Proxy backend plugin protected by default

The proxy backend plugin is now protected by Backstage auth, by default. Unless specifically configured (see below), all proxy endpoints will reject requests immediately unless a valid Backstage user or service token is passed along with the request. This aligns the proxy with how other Backstage backends behave out of the box, and serves to protect your upstreams from unauthorized access.

Here's an example of how to configure:

  proxy:
    endpoints:
      '/pagerduty':
        target: https://api.pagerduty.com
+       credentials: require
        headers:
          Authorization: Token token=${PAGERDUTY_TOKEN}

There are three credentials settings:

  • require: Callers need Backstage credentials. These are not forwarded to the target.
  • forward: Callers need Backstage credentials, which are forwarded to the target.
  • dangerously-allow-unauthenticated: No Backstage credentials needed. Target can apply its own checks. Incoming tokens of any sort will be allowed but ignored, and will also be forwarded if allowedHeaders: ['Authorization'] is included.

The new default is require, replacing the old dangerously-allow-unauthenticated. This means some previously permitted requests may now result in 401 Unauthorized responses. This does not apply if backend.auth.dangerouslyDisableDefaultAuthPolicy is set to true.

For proxy endpoints still requiring unauthenticated access, add credentials: dangerously-allow-unauthenticated in your app-config.

See the proxy documentation for more information.

BREAKING: Gerrit integration breaking changes

  • The workdir argument have been removed from The GerritUrlReader constructor;
  • The Gerrit readTree implementation will now only use the Gitiles api, so the support for using git to clone the repo has been removed;
  • The gitilesBaseUrl is now mandatory for the Gerrit integration and the ability to override this requirement using the DISABLE_GERRIT_GITILES_REQUIREMENT environment variable has been removed.

Contributed by @​anicke in #25123.

BREAKING: Github integration breaking changes

  • Removed deprecated code from when casing was changed from GitHub to Github nearly two years ago. The following items have been removed:
    • getGitHubFileFetchUrl (use getGithubFileFetchUrl instead)
    • GitHubIntegrationConfig (use GithubIntegrationConfig instead)
    • GitHubIntegration (use GithubIntegration instead)
    • readGitHubIntegrationConfig (use readGithubIntegrationConfig instead)

... (truncated)

Changelog

Sourced from @​backstage/plugin-catalog's changelog.

1.28.0

Minor Changes

  • 247a40b: Now a custom entity page header can be passed as input to the default entity page.

  • a3d93ca: The default layout of the entity page can now optionally be customized with 3 card types: info, peek and full.

    • Cards of type info are rendered in a fixed area on the right;
    • Cards of type peek are rendered on top of the main content area;
    • Cards of type full and cards with undefined type are rendered as they were before, in the main content area, below the peek cards.

    If you want to keep the layout as it was before, you don't need to do anything. But if you want to experiment with the card types and see how they render, here is an example setting the about card to be rendered as an info card:

    app:
      extensions:
        # Entity page cards
    +   - entity-card:catalog/about:
    +       config:
    +         type: info # or peek or full
  • 93533bd: The order in which group tabs appear on the entity page has been changed.

    Before

    Previously, entity contents determined the order in which groups were rendered, so a group was rendered as soon as its first entity content was detected.

    After

    Groups are now rendered first by default based on their order in the app-config.yaml file:

    app:
      extensions:
        - page:catalog/entity:
    +       config:
    +         groups:
    +           # this will be the first tab of the default entity page
    +           - deployment:
    +               title: Deployment
    +           # this will be the second tab of the default entiy page
    +           - documentation:
    +               title: Documentation

    If you wish to place a normal tab before a group, you must add the tab to a group and place the group in the order you wish it to appear on the entity page (groups that contains only one tab are rendered as normal tabs).

    app:

... (truncated)

Commits
  • 18a4042 Version Packages
  • e83ead9 Version Packages (next)
  • d44a20a add plugin metadata to all plugin packages
  • 96091d3 fix missing actions after adding pagination to catalog table #25097
  • 09f5022 Version Packages (next)
  • 863a800 catalog: add default route targets
  • 77da22e Version Packages (next)
  • 9fde497 Merge pull request #24837 from brunobastosg/fix-catalog-translation
  • 5b95868 Merge pull request #24518 from Zaperex/add-additional-scaffolder-permissions
  • cce0495 Version Packages (next)
  • Additional commits viewable in compare view

Updates @backstage/plugin-catalog-common from 1.1.0 to 1.1.3

Changelog

Sourced from @​backstage/plugin-catalog-common's changelog.

1.1.3

Patch Changes

  • Updated dependencies
    • @​backstage/catalog-model@​1.7.3
    • @​backstage/plugin-permission-common@​0.8.4
    • @​backstage/plugin-search-common@​1.2.17

1.1.3-next.0...

Description has been truncated

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps the minor group with 48 updates in the /backstage directory:

| Package | From | To |
| --- | --- | --- |
| [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli) | `0.26.11` | `0.31.0` |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `9.0.1` | `9.1.2` |
| [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) | `8.1.7` | `8.2.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.8.2` |
| [@backstage/app-defaults](https://github.com/backstage/backstage/tree/HEAD/packages/app-defaults) | `1.5.9` | `1.6.0` |
| [@backstage/core-components](https://github.com/backstage/backstage/tree/HEAD/packages/core-components) | `0.14.9` | `0.17.0` |
| [@backstage/integration-react](https://github.com/backstage/backstage/tree/HEAD/packages/integration-react) | `1.1.29` | `1.2.5` |
| [@backstage/plugin-api-docs](https://github.com/backstage/backstage/tree/HEAD/plugins/api-docs) | `0.11.7` | `0.12.5` |
| [@backstage/plugin-catalog-graph](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-graph) | `0.4.7` | `0.4.17` |
| [@backstage/plugin-catalog-import](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-import) | `0.12.1` | `0.12.11` |
| [@backstage/plugin-home](https://github.com/backstage/backstage/tree/HEAD/plugins/home) | `0.7.8` | `0.8.6` |
| [@backstage/plugin-org](https://github.com/backstage/backstage/tree/HEAD/plugins/org) | `0.6.27` | `0.6.37` |
| [@backstage/plugin-scaffolder](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder) | `1.23.0` | `1.29.0` |
| [@backstage/plugin-search](https://github.com/backstage/backstage/tree/HEAD/plugins/search) | `1.4.14` | `1.4.24` |
| [@backstage/plugin-techdocs](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs) | `1.10.7` | `1.12.4` |
| [@backstage/plugin-techdocs-module-addons-contrib](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-module-addons-contrib) | `1.1.12` | `1.1.22` |
| [@backstage/plugin-user-settings](https://github.com/backstage/backstage/tree/HEAD/plugins/user-settings) | `0.8.10` | `0.8.20` |
| [@backstage/theme](https://github.com/backstage/backstage/tree/HEAD/packages/theme) | `0.5.6` | `0.6.4` |
| [@immobiliarelabs/backstage-plugin-gitlab](https://github.com/immobiliare/backstage-plugin-gitlab) | `6.6.0` | `6.11.0` |
| [@remix-run/router](https://github.com/remix-run/react-router/tree/HEAD/packages/router) | `1.18.0` | `1.23.0` |
| [react-use](https://github.com/streamich/react-use) | `17.5.1` | `17.6.0` |
| [@backstage/test-utils](https://github.com/backstage/backstage/tree/HEAD/packages/test-utils) | `1.5.9` | `1.7.6` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.8` | `6.6.3` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.2` | `14.6.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.4` | `22.13.15` |
| [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | `4.1.0` | `4.2.0` |
| [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | `2.0.5` | `2.0.11` |
| [@backstage/backend-common](https://github.com/backstage/backstage/tree/HEAD/packages/backend-common) | `0.23.3` | `0.25.0` |
| [@backstage/backend-tasks](https://github.com/backstage/backstage/tree/HEAD/packages/backend-tasks) | `0.5.27` | `0.6.1` |
| [@backstage/plugin-auth-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-backend) | `0.22.9` | `0.24.4` |
| [@backstage/plugin-auth-node](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-node) | `0.4.17` | `0.6.1` |
| [@backstage/plugin-catalog-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend) | `1.26.0` | `1.32.0` |
| [@backstage/plugin-catalog-backend-module-github](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-github) | `0.6.5` | `0.7.11` |
| [@backstage/plugin-catalog-backend-module-gitlab](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-gitlab) | `0.3.21` | `0.6.4` |
| [@backstage/plugin-catalog-backend-module-ldap](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-ldap) | `0.7.0` | `0.11.3` |
| [@backstage/plugin-catalog-backend-module-openapi](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-openapi) | `0.1.40` | `0.2.8` |
| [@backstage/plugin-permission-node](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-node) | `0.8.3` | `0.9.0` |
| [@backstage/plugin-proxy-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/proxy-backend) | `0.5.3` | `0.6.0` |
| [@backstage/plugin-scaffolder-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder-backend) | `1.23.0` | `1.31.0` |
| [@backstage/plugin-search-backend-module-pg](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-module-pg) | `0.5.32` | `0.5.42` |
| [@immobiliarelabs/backstage-plugin-gitlab-backend](https://github.com/immobiliare/backstage-plugin-gitlab) | `6.6.0` | `6.11.0` |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `11.1.2` | `11.9.1` |
| [dockerode](https://github.com/apocas/dockerode) | `4.0.2` | `4.0.5` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.12.0` | `8.14.1` |
| [winston](https://github.com/winstonjs/winston) | `3.13.1` | `3.17.0` |
| [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) | `3.3.31` | `3.3.37` |
| [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core) | `5.0.1` | `5.0.6` |
| [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) | `3.4.2` | `3.6.0` |



Updates `@backstage/cli` from 0.26.11 to 0.31.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.31.0/packages/cli)

Updates `concurrently` from 9.0.1 to 9.1.2
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v9.0.1...v9.1.2)

Updates `lerna` from 8.1.7 to 8.2.1
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v8.2.1/packages/lerna)

Updates `typescript` from 5.5.4 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.8.2)

Updates `@backstage/app-defaults` from 1.5.9 to 1.6.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/app-defaults/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.6.0/packages/app-defaults)

Updates `@backstage/catalog-model` from 1.7.0 to 1.7.3
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/catalog-model/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/catalog-model)

Updates `@backstage/core-app-api` from 1.14.1 to 1.16.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-app-api/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.16.0/packages/core-app-api)

Updates `@backstage/core-components` from 0.14.9 to 0.17.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-components/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.17.0/packages/core-components)

Updates `@backstage/core-plugin-api` from 1.9.3 to 1.10.5
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-plugin-api/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/core-plugin-api)

Updates `@backstage/integration-react` from 1.1.29 to 1.2.5
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/integration-react/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/integration-react)

Updates `@backstage/plugin-api-docs` from 0.11.7 to 0.12.5
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/api-docs/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/api-docs)

Updates `@backstage/plugin-catalog` from 1.21.1 to 1.28.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.28.0/plugins/catalog)

Updates `@backstage/plugin-catalog-common` from 1.1.0 to 1.1.3
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-common/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-common)

Updates `@backstage/plugin-catalog-graph` from 0.4.7 to 0.4.17
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-graph/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-graph)

Updates `@backstage/plugin-catalog-import` from 0.12.1 to 0.12.11
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-import/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-import)

Updates `@backstage/plugin-catalog-react` from 1.12.2 to 1.16.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-react/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.16.0/plugins/catalog-react)

Updates `@backstage/plugin-home` from 0.7.8 to 0.8.6
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/home/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/home)

Updates `@backstage/plugin-org` from 0.6.27 to 0.6.37
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/org/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/org)

Updates `@backstage/plugin-permission-react` from 0.4.24 to 0.4.32
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/permission-react/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/permission-react)

Updates `@backstage/plugin-scaffolder` from 1.23.0 to 1.29.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/scaffolder/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.29.0/plugins/scaffolder)

Updates `@backstage/plugin-search` from 1.4.14 to 1.4.24
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search)

Updates `@backstage/plugin-search-react` from 1.7.13 to 1.8.7
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search-react/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search-react)

Updates `@backstage/plugin-techdocs` from 1.10.7 to 1.12.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/techdocs/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/techdocs)

Updates `@backstage/plugin-techdocs-module-addons-contrib` from 1.1.12 to 1.1.22
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/techdocs-module-addons-contrib/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/techdocs-module-addons-contrib)

Updates `@backstage/plugin-techdocs-react` from 1.2.6 to 1.2.15
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/techdocs-react/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/techdocs-react)

Updates `@backstage/plugin-user-settings` from 0.8.10 to 0.8.20
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/user-settings/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/user-settings)

Updates `@backstage/theme` from 0.5.6 to 0.6.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/theme/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/theme)

Updates `@immobiliarelabs/backstage-plugin-gitlab` from 6.6.0 to 6.11.0
- [Release notes](https://github.com/immobiliare/backstage-plugin-gitlab/releases)
- [Changelog](https://github.com/immobiliare/backstage-plugin-gitlab/blob/main/CHANGELOG.md)
- [Commits](immobiliare/backstage-plugin-gitlab@v6.6.0...v6.11.0)

Updates `@remix-run/router` from 1.18.0 to 1.23.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/@remix-run/[email protected]/packages/router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/@remix-run/[email protected]/packages/router)

Updates `react-use` from 17.5.1 to 17.6.0
- [Release notes](https://github.com/streamich/react-use/releases)
- [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md)
- [Commits](streamich/react-use@v17.5.1...v17.6.0)

Updates `@backstage/test-utils` from 1.5.9 to 1.7.6
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/test-utils/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/test-utils)

Updates `@testing-library/jest-dom` from 6.4.8 to 6.6.3
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.4.8...v6.6.3)

Updates `@testing-library/user-event` from 14.5.2 to 14.6.1
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.5.2...v14.6.1)

Updates `@types/node` from 22.5.4 to 22.13.15
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react-dom` from 17.0.25 to 17.0.26
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `eslint-plugin-cypress` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](cypress-io/eslint-plugin-cypress@v4.1.0...v4.2.0)

Updates `start-server-and-test` from 2.0.5 to 2.0.11
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.5...v2.0.11)

Updates `@backstage/backend-common` from 0.23.3 to 0.25.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Commits](https://github.com/backstage/backstage/commits/v0.25.0/packages/backend-common)

Updates `@backstage/backend-tasks` from 0.5.27 to 0.6.1
- [Release notes](https://github.com/backstage/backstage/releases)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/backend-tasks)

Updates `@backstage/catalog-client` from 1.7.0 to 1.9.1
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/catalog-client/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.9.1/packages/catalog-client)

Updates `@backstage/config` from 1.2.0 to 1.3.2
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/config/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/config)

Updates `@backstage/integration` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/integration/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/integration)

Updates `@backstage/plugin-auth-backend` from 0.22.9 to 0.24.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/auth-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/auth-backend)

Updates `@backstage/plugin-auth-node` from 0.4.17 to 0.6.1
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/auth-node/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/auth-node)

Updates `@backstage/plugin-catalog-backend` from 1.26.0 to 1.32.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.32.0/plugins/catalog-backend)

Updates `@backstage/plugin-catalog-backend-module-github` from 0.6.5 to 0.7.11
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-github/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-backend-module-github)

Updates `@backstage/plugin-catalog-backend-module-gitlab` from 0.3.21 to 0.6.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-gitlab/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-backend-module-gitlab)

Updates `@backstage/plugin-catalog-backend-module-ldap` from 0.7.0 to 0.11.3
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-ldap/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.11.3/plugins/catalog-backend-module-ldap)

Updates `@backstage/plugin-catalog-backend-module-openapi` from 0.1.40 to 0.2.8
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-openapi/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-backend-module-openapi)

Updates `@backstage/plugin-permission-common` from 0.8.1 to 0.8.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/permission-common/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/permission-common)

Updates `@backstage/plugin-permission-node` from 0.8.3 to 0.9.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/permission-node/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.9.0/plugins/permission-node)

Updates `@backstage/plugin-proxy-backend` from 0.5.3 to 0.6.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/proxy-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.6.0/plugins/proxy-backend)

Updates `@backstage/plugin-scaffolder-backend` from 1.23.0 to 1.31.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/scaffolder-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.31.0/plugins/scaffolder-backend)

Updates `@backstage/plugin-search-backend-module-pg` from 0.5.32 to 0.5.42
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search-backend-module-pg/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search-backend-module-pg)

Updates `@backstage/plugin-search-backend-node` from 1.2.27 to 1.3.9
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search-backend-node/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search-backend-node)

Updates `@immobiliarelabs/backstage-plugin-gitlab-backend` from 6.6.0 to 6.11.0
- [Release notes](https://github.com/immobiliare/backstage-plugin-gitlab/releases)
- [Changelog](https://github.com/immobiliare/backstage-plugin-gitlab/blob/main/CHANGELOG.md)
- [Commits](immobiliare/backstage-plugin-gitlab@v6.6.0...v6.11.0)

Updates `better-sqlite3` from 11.1.2 to 11.9.1
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v11.1.2...v11.9.1)

Updates `dockerode` from 4.0.2 to 4.0.5
- [Release notes](https://github.com/apocas/dockerode/releases)
- [Commits](apocas/dockerode@v4.0.2...v4.0.5)

Updates `express` from 4.20.0 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.20.0...4.21.2)

Updates `pg` from 8.12.0 to 8.14.1
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/[email protected]/packages/pg)

Updates `winston` from 3.13.1 to 3.17.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.13.1...v3.17.0)

Updates `@types/dockerode` from 3.3.31 to 3.3.37
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode)

Updates `@types/express-serve-static-core` from 5.0.1 to 5.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-serve-static-core)

Updates `@types/luxon` from 3.4.2 to 3.6.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon)

---
updated-dependencies:
- dependency-name: "@backstage/cli"
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: concurrently
  dependency-version: 9.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: lerna
  dependency-version: 8.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: typescript
  dependency-version: 5.8.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/app-defaults"
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/catalog-model"
  dependency-version: 1.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/core-app-api"
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/core-components"
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/core-plugin-api"
  dependency-version: 1.10.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/integration-react"
  dependency-version: 1.2.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-api-docs"
  dependency-version: 0.12.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog"
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-common"
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-graph"
  dependency-version: 0.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-import"
  dependency-version: 0.12.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-react"
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-home"
  dependency-version: 0.8.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-org"
  dependency-version: 0.6.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-permission-react"
  dependency-version: 0.4.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-scaffolder"
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-search"
  dependency-version: 1.4.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-react"
  dependency-version: 1.8.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-techdocs"
  dependency-version: 1.12.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-techdocs-module-addons-contrib"
  dependency-version: 1.1.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-techdocs-react"
  dependency-version: 1.2.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-user-settings"
  dependency-version: 0.8.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/theme"
  dependency-version: 0.6.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@immobiliarelabs/backstage-plugin-gitlab"
  dependency-version: 6.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@remix-run/router"
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: react-use
  dependency-version: 17.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/test-utils"
  dependency-version: 1.7.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 6.6.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@testing-library/user-event"
  dependency-version: 14.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-version: 22.13.15
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/react-dom"
  dependency-version: 17.0.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: eslint-plugin-cypress
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: start-server-and-test
  dependency-version: 2.0.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/backend-common"
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/backend-tasks"
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/catalog-client"
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/config"
  dependency-version: 1.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/integration"
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-auth-backend"
  dependency-version: 0.24.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-auth-node"
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-backend"
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-backend-module-github"
  dependency-version: 0.7.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-backend-module-gitlab"
  dependency-version: 0.6.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-backend-module-ldap"
  dependency-version: 0.11.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-backend-module-openapi"
  dependency-version: 0.2.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-permission-common"
  dependency-version: 0.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-permission-node"
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-proxy-backend"
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-scaffolder-backend"
  dependency-version: 1.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-backend-module-pg"
  dependency-version: 0.5.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-backend-node"
  dependency-version: 1.3.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@immobiliarelabs/backstage-plugin-gitlab-backend"
  dependency-version: 6.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: better-sqlite3
  dependency-version: 11.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: dockerode
  dependency-version: 4.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: express
  dependency-version: 4.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: pg
  dependency-version: 8.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: winston
  dependency-version: 3.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/dockerode"
  dependency-version: 3.3.37
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/express-serve-static-core"
  dependency-version: 5.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/luxon"
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2025
@GDYendell
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 9, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/backstage/minor-a3bce3c9d7 branch September 9, 2025 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants